home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / ImportEditor.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.8 KB  |  65 lines

  1. EditorController = {
  2.     ACTIONS = {
  3.     "ok:" = "ok:"; 
  4.     "revert:" = "revert:"; 
  5.     "runModalForOwner:" = "runModalForOwner:"; 
  6.     }; 
  7.     OUTLETS = {
  8.     appIconButton = appIconButton; 
  9.     box1 = box1; 
  10.     box2 = box2; 
  11.     box3 = box3; 
  12.     box4 = box4; 
  13.     mainTitle = mainTitle; 
  14.     okRevertMatrix = okRevertMatrix; 
  15.     text1 = text1; 
  16.     text2 = text2; 
  17.     text3 = text3; 
  18.     window = window; 
  19.     }; 
  20.     SUPERCLASS = Object; 
  21. };
  22. Boolean = {SUPERCLASS = Object; };
  23. MoveMatrix = {SUPERCLASS = Matrix; };
  24. ImportEditor = {
  25.     ACTIONS = {
  26.     "bestGuess:" = "bestGuess:"; 
  27.     "chooseImportOrMerge:" = "chooseImportOrMerge:"; 
  28.     "dragField:" = "dragField:"; 
  29.     "help:" = "help:"; 
  30.     "ok:" = "ok:"; 
  31.     "removeField:" = "removeField:"; 
  32.     "resetToStart:" = "resetToStart:"; 
  33.     "revert:" = "revert:"; 
  34.     "setKeyField:" = "setKeyField:"; 
  35.     }; 
  36.     OUTLETS = {
  37.     bestGuess = bestGuess; 
  38.     createNewMatrix = createNewMatrix; 
  39.     createNewScroll = createNewScroll; 
  40.     destinationMatrix = destinationMatrix; 
  41.     destinationScroll = destinationScroll; 
  42.     firstLineMatrix = firstLineMatrix; 
  43.     helpButton = helpButton; 
  44.     ignoreMatrix = ignoreMatrix; 
  45.     ignoreScroll = ignoreScroll; 
  46.     importMergeMatrix = importMergeMatrix; 
  47.     instructionText = instructionText; 
  48.     keyFieldMatrix = keyFieldMatrix; 
  49.     mergeLabel = mergeLabel; 
  50.     mergeLabelBox = mergeLabelBox; 
  51.     originalSourceList = originalSourceList; 
  52.     originalStaticList = originalStaticList; 
  53.     reset = reset; 
  54.     runStructureEditorSwitch = runStructureEditorSwitch; 
  55.     sourceMatrix = sourceMatrix; 
  56.     staticMatrix = staticMatrix; 
  57.     stringMatrix = stringMatrix; 
  58.     viewFileButton = viewFileButton; 
  59.     }; 
  60.     SUPERCLASS = EditorController; 
  61. };
  62. WindowMoveMatrix = {OUTLETS = {copiedCell = copiedCell; }; SUPERCLASS = Matrix; };
  63. MoveMatrixBidirectional = {OUTLETS = {otherMatrix = otherMatrix; }; SUPERCLASS = WindowMoveMatrix; };
  64. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  65.